Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ISearchJob::AutoStopLimit Property
ISearchJob Interface | ISearchJob Interface | Send Feedback

AutoStopLimit causes a search to halt automatically when a specified number of documents have been found.

__property long AutoStopLimit;
Remarks

This provides a way to limit the resources consumed by searches that retrieve a very large number of documents. When the number of files retrieved reaches the autoStopLimit value, the search will immediately halt, and the code dtsErSearchLimitReached will be returned through the error handler for the search job. If the AutoStopLimit is 0, the search will not halt.

Interface
Links
You are here: COM Interface > Interfaces > ISearchJob Interface > ISearchJob::AutoStopLimit Property
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.